Appliance Monitoring MonitoredItemData

Appliance Monitoring MonitoredItemData
Appliance Monitoring MonitoredItemData

Appliance Monitoring MonitoredItemData schema Structure representing monitored item data.

JSON Example
{
    "name": "string",
    "interval": "string",
    "function": "string",
    "start_time": "string",
    "end_time": "string",
    "data": [
        "string"
    ]
}
string
name
Required

Monitored item IDs Ex: CPU, MEMORY, STORAGE_TOTAL

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.monitoring. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.monitoring.

string
interval
Required

interval between values in hours, minutes

For more information see: Appliance Monitoring IntervalType.

string
function
Required

aggregation function

For more information see: Appliance Monitoring FunctionType.

string As date-time As date-time
start_time
Required

Start time in UTC

string As date-time As date-time
end_time
Required

End time in UTC

array of string
data
Required

list of values